From 6aadb0e9bf702d29d5f5d17d5d12052d96f62331 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 1 Sep 2021 23:13:35 +0100 Subject: [PATCH] Remove dependency from gtk-4-examples on gtk-3-examples This was because the demos shared GSettings schemas, but they no longer have the same name. --- debian/control | 3 +-- debian/control.in | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 3fec16a3f1..a8b4854a3e 100644 --- a/debian/control +++ b/debian/control @@ -255,8 +255,7 @@ Package: gtk-4-examples Build-Profiles: Section: x11 Architecture: any -Depends: gtk-3-examples, - ${misc:Depends}, +Depends: ${misc:Depends}, ${shlibs:Depends}, libgtk-4-1 (= ${binary:Version}) Recommends: fonts-cantarell, diff --git a/debian/control.in b/debian/control.in index 78500aeade..fc30ee9c70 100644 --- a/debian/control.in +++ b/debian/control.in @@ -255,8 +255,7 @@ Package: @EXAMPLES_PKG@ Build-Profiles: Section: x11 Architecture: any -Depends: gtk-3-examples, - ${misc:Depends}, +Depends: ${misc:Depends}, ${shlibs:Depends}, @SHARED_PKG@ (= ${binary:Version}) Recommends: fonts-cantarell, -- 2.30.2